@charset "utf-8";
@import url("../iconfont/iconfont.css");
@import url("./animate.css");
*{margin: 0; padding: 0}
ul,li{list-style: none}
body, input, select, textarea{font-family:'Microsoft YaHei', '微软雅黑';}
body{color: #636776; font-size: 14px; background-color: #fff;}
body a{color: #636776; text-decoration: none;}
/* body a:hover{color: #225dab;} */
body,html{ height: 100%;}
/*前台全局滚动条样式*/
::-webkit-scrollbar{width: 5px;background-color:#ddd; border-radius: 4px; }
::-webkit-scrollbar-track{border-radius: 10px; background-color: transparent ;}
::-webkit-scrollbar-thumb{border-radius: 10px; background-color: #9c9da0; }
/*截取字数*/
.ellipsis{white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; -o-text-overflow: ellipsis;}
/*请除float样式*/
.clearfix::before,.clearfix::after{ content:""; height: 0; display: block; overflow: hidden; clear: both; line-height: 0; width: 100%;}
#ll-layout,#lljz_web_header,#lljz_web_menu,#lljz_service,.addTools{ margin: 0 auto; max-width: 720px; min-width: 320px; width: 100%;}
#lljz_web_header,#lljz_web_menu{position: fixed!important; top: 0;}
.onNavs{ overflow: hidden;}
.onNavs #lljz_web_menu{ bottom: 0;}
#lljz_web_header{z-index: 8;}
#lljz_service,.addTools{z-index: 8; bottom: 0; position: fixed;}
#lljz_web_layout{position: relative; padding: 50px 0;}
#lljz_web_main{ min-height: 450px;}
.layui-hide{display: none!important;}
body.tNavs #titleNavList{position: fixed; max-width: 720px; margin: 0 auto; width: 100%;}
body.tNavs{ overflow: hidden;}
@media screen and (min-width: 768px){
body{background: #333;}
.onNavs #lljz_service:after,.onNavs .addTools:after{ position: absolute; top: 0; bottom: 0; background-color: #333; z-index:9;}
.onNavs .menuAnimLeft #lljz_service:after,.onNavs .menuAnimLeft .addTools:after{ right: 0; width: 60%;  content:"";}
.onNavs .menuAnimRight2 #lljz_service::after,.onNavs .menuAnimRight2 .addTools::after{ left: 0; width: 35%;  content:"";}
#lljz_web_main{ min-height: 700px;}
}


